/*初始化样式*/
html {
	margin: 0;
	padding: 0;
	border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff;
	color: #333;
	position: relative;
	font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
}


input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
	background: none;
	vertical-align: middle;
}

ul,
ol,
li {
	list-style-type: none;
}

select,
input,
img,
select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table,
th,
td {
	vertical-align: middle
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,
h2 {
	font-size: 12px;
	font-weight: bold;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}


.com-img {
	display: inline;
	overflow: hidden;
	margin: 0 auto;
	display: table;
}

.com-img img {
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}

.com-img:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.w1380 {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 10px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

header {
	height: 100px;
	/* background:#0a1c29; */
	/* background: #091433; */
	line-height: 100px;
}

.ssmk {
	height: 30px;
	line-height: 30px;
}

.heada {
	width: 25%;
	width: 20%;
	display: flex;
	align-items: center;
}

.heada img {
	width: 100%;
	width: 114px;
}

.headb {
	width: 70%;
}

.c1 {
	background: #047ceb;
	background: #285ba9;
	background: #3a383b;
    background: #7e7e7f;
	padding: 2vw 0;
}

.c1 .cpfl {}

.c1 .cpfl li {
	padding: 1vw;
	border: 1px solid #fff;
	border-radius: 10px;
	text-align: center;
}

.c1 .cpfl li .img {
	height: 48px;
	display: block;
	overflow: hidden;

}

.c1 .cpfl li .img img {
	width: 44px;
	position: relative;
	transition: all 0.5s;
	top: 0;
}

.c1 .cpfl li h3 {
	font: 400 14px/24px "Microsoft YaHei";
	line-height: 1;
	margin-top: 1vw;
	color: #fff;
}

.c1 .cpfl li:hover {
	background: #fff;
}

.c1 .cpfl li:hover .img img {
	top: -48px;
}

.c1 .cpfl li:hover h3 {
	color: #285ba9;
}

/* pro_list */
.c2 {
	margin-top: 4vw;
}

.pro_list {
	margin: 0 -13px;
	position: relative;
}

.pro_list .slick-arrow {
	position: absolute;
	top: 48%;
	font-size: 0;
	outline: none;
	border: none;
	width: 50px;
	height: 50px;
	z-index: 99999;
	box-shadow: 0 0 5px 1px rgb(153 153 153 / 30%);
	border-radius: 10px;
}

.pro_list .slick-prev {
	background: url(../images/ed79c780d21d92cb99e0e0b22f8f2d59c6034997.png);
	left: -8%;
}

.pro_list .slick-next {
	background: url(../images/ac99f568c4a157bd0b1325d31036d6902c7f9b12.png);
	right: -8%;
}

.pro_list .slick-prev:hover {
	background: url(../images/ff6c2bacdf7cebd722332c2a340fd61f8876bfe3.png);
}

.pro_list .slick-next:hover {
	background: url(../images/0fb935c130506ac4225a99864c86af578f210250.png);
}

.pro_list .slick-slide {
	margin: 0 13px;
}

.pro_list li {
	border: 1px solid #f0f0f1;
	padding: 2vw;
}

.pro_list li img {
	width: 100%;
	height: 247px;
	object-fit: cover;
}

.pro_list li p {
	font-size: 16px;
	color: #285ba9;
	line-height: 1;
	padding-top: 2vw;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pro_list li h4 {
	color: #333;
	font-weight: 600;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
}

.pro_list li span {
	display: block;
	font-size: 14px;
	color: #999999;
	margin-top: 1vw;
}

.pro_list li:hover {
	border-color: #285ba9;
}

.pro_list li:hover p {
	color: #285ba9;
}

.pro_list li:hover h4 {
	color: #285ba9;
}

.c3 {
	padding: 8vw 0;
	background: url(../images/c82fe2d5e29c1423f48f1e82b0faf3886db14085.jpg) no-repeat center;
	background-size: cover;
	margin-top: 4vw;
}

.cc3 {
	background: url(../images/1e5a75213170d38fecd25c67eee44cfd4d4f3d5d.png) no-repeat center;
	background-size: cover;
	padding: 3vw;
	align-items: center;
}

.c3a {
	width: 57%;
}

.c3a dd {
	font-size: 16px;
	color: #000000;
}

.c3a dt {
	font-size: 1.8rem;
	font-weight: 600;
	color: #444444;
	width: 84%;
	margin-top: 15px;
}

.c3a dl {
	font-size: 18px;
	line-height: 38px;
	color: #444444;
	margin-top: 1.5vw;
}

.c3a a {
	display: block;
	width: 156px;
	height: 42px;
	border-bottom: 3px solid #25c1ff;
	background: #285ba9;
	color: #fff;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	margin-top: 3.6vw;
	margin-bottom: 1vw;
}

.c3b {
	width: 40%;
	text-align: center;
}

.c3b img {
	max-width: 100%;
}




.c4 {
	padding-top: 4vw;
	padding-bottom: 6vw;
	background: url(../images/f549099336a2404981282c6923c12461105a2e63.png) no-repeat top center;
	background-size: cover;
}

.c4bt {
	align-items: center;
}

.c4bt h3 {
	font-size: 2rem;
	color: #333333;
	font-weight: 600;
	line-height: 1;
}

.c4bt a {
	display: block;
	font-size: 16px;
	color: #999999;
	line-height: 1;
}

.csfl {
	justify-content: flex-start;
	margin-top: 2vw;
}

.csfl li {
	font-size: 18px;
	margin-right: 4%;
}

.csfl li a {
	color: #666666;
}

.csfl li:hover a {
	color: #285ba9;
}

.cslb {
	margin-top: 3vw;
}




.cslb li {
	position: relative;
	width: 24%;
}

.cslb li .img img {
	width: 100%;
}

.cslb li h3 {
	width: 100%;
	position: absolute;
	height: 98px;
	bottom: 0;
	text-align: center;
	color: #fff;
	background: -webkit-linear-gradient(top bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.55));
	/* Safari 5.1-6.0 */
	background: -o-linear-gradient(top bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.55));
	/* Opera 11.1-12.0 */
	background: -moz-linear-gradient(top bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.55));
	/* Firefox 3.6-15 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.55));
	/* 标准语法 */
}

.cslb li h3 span {
	display: block;
	margin-top: 3vw;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
	/*超出隐藏*/
	white-space: nowrap;
	/* 强制不换行 */
	text-overflow: ellipsis;
	/*文字隐藏的格式 */
}

.cslb li::before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0px;
	height: 5px;
	width: 0px;
	background: #285ba9;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	z-index: 99999;
}

.cslb li::after {
	position: absolute;
	content: "";
	right: 50%;
	bottom: 0px;
	height: 5px;
	width: 0px;
	background: #285ba9;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	z-index: 999999;
}

.cslb li:hover::after {
	width: 50%;
}

.cslb li:hover::before {
	width: 50%;
}

.c5 {
	padding-bottom: 5vw;
}

.c5bt {
	align-items: center;
	padding-top: 2vw;
	padding-bottom: 1vw;
	border-bottom: 1px solid #d8d8d8;
}

.c5bt h3 {
	font-size: 2rem;
	color: #333333;
	font-weight: 600;
	line-height: 1;
}

.c5bt a {
	display: block;
	font-size: 16px;
	color: #999999;
	line-height: 1;
}

.cc5 {
	margin-top: 1vw;
}

.c5a {
	width: 100%;
}

.nlist1 li {}

.nlist1 li a .wz {
	width: 49%;
}

.nlist1 li a .img {
	width: 48%;
}

.nlist1 li a .wz dd {
	font-size: 16px;
	color: #666666;
}

.nlist1 li a .wz dd span {
	color: #999999;
	font-family: 'Arial';
}

.nlist1 li a .wz h3 {
	font-size: 1rem;
	color: #333333;
	margin-top: 18px;
}

.nlist1 li a .wz p {
	font-size: 14px;
	line-height: 26px;
	color: #999999;
	margin-top: 1.5vw;
}

.nlist1 li a .wz .imga {
	width: 60px;
	height: 52px;
	background: url(../images/e079856b1918e3788e85e31c42a4ae09e76d84ff.png) no-repeat center;
	margin-top: 1.6vw;
}

.nlist1 li:hover a .wz .imga {
	background: url(../images/af17a63da443fb3bf84398ec6631e5911408974f.png) no-repeat center;
}

.nlist1 li a .img img {
	width: 100%;
}

.nlist1 li:hover a .wz h3 {
	color: #285ba9;
}

.nlist2 {
	margin-top: 4vw;
}

.nlist2 li {
	width: 50%;
}

.nlist2 li dd {
	font-size: 16px;
	color: #666666;
}

.nlist2 li dd span {
	color: #999999;
	font-family: 'Arial';
}

.nlist2 li h3 {
	font-size: 1rem;
	color: #333333;
	margin-top: 18px;
}

.nlist2 li p {
	font-size: 14px;
	color: #999999;
	margin-top: 18px;
}

.nlist2 li:hover h3 {
	color: #285ba9;
}

.c5b {
	width: 48.5%;
}


.footer {
	background: #091b27;
	background: rgba(41, 41, 41, 1);
	padding: 3vw 0;
}

.footer {}

.footer .footera {
	width: 58%;
	padding-top: 10px;
}

.foot_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 5.6%;
}

.foot_nav .fli {
	font-size: 18px;
	color: #ffffff;
	position: relative;
}

.foot_nav .fli::before {
	content: "";
	width: 22px;
	height: 2px;
	background: #285ba9;
	position: absolute;
	left: -60%;
	top: 5%;
}

.foot_nav .fli .x-nav-menu {
	margin-top: 1.4vw;
}

.foot_nav .fli dd {
	font-size: 14px;
	line-height: 30px;
}

.foot_nav .fli dd a {
	color: #6b767d;
}

.footerb {}

.footerb dd {
	font-size: 14px;
	color: #6b767d;
	line-height: 24px;
}

.footerb dd p:nth-child(2) {
	margin-top: 5px;
	margin-bottom: 10px;
}

.footerb dt {
	text-align: left;
	display: flex;
}

.footerb dt .wx{
	margin-right: 10px;
}

.footerb dt img {
	margin-top: 1.4vw;
	width: 90px;
}

.footerb dt img .img {
	max-width: 100%;
}

.footerb dt p {
	font-size: 14px;
	color: #6b767d;
	text-align: center;
	line-height: 24px;
	margin-left: 4%;
	margin-top: 8px;
}


.ylink {
	background: #091b27;
	background: rgba(41, 41, 41, 1);
	border-top: 1px solid #22323d;
	padding: 2vw 0;
}

.ylink .con {
	padding-left: 2.6%;
	background: url(../images/8f2c6c08cdef6a5f7fd1d6eaab6def42b86683d1.png) no-repeat left top;
	font-size: 14px;
	color: #6b767d;
	line-height: 28px;
}

.ylink .con a {
	margin: 0 5px;
	color: #6b767d;
}

.ylink .con {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.ylink span {
	cursor: pointer;
	display: block;
}

.ylink dd {
	width: calc(100% - 70px)
}

.ylink .sec {
	display: none;
	position: absolute;
	bottom: 100%;
	left: 0;
	background: rgba(255, 255, 255, .6);
	padding: 10px;
	min-width: 120px;
}

.ylink a {
	color: rgba(255, 255, 255, .3);
	padding: 0 4px;
	font-size: 14px;
	line-height: 24px;
}

.copyright {
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
	background: #031623;
	background-color: rgba(33, 33, 33, 1);
	padding: 15px 0;
}

.copyright a {
	color: #ffffff;
}

.copyright .w1380 {
	align-items: center;
}

.container2 {
	max-width: 1400px;
	padding: 0 10px;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.pro_list .slick-arrow {
		display: none !important;
	}

}

@media (max-width: 992px) {
	.ylink {
		display: none;
	}

	.copyright {
		display: none;
	}

	.footer .footera {
		display: none;
	}

	.footer .footerb {
		width: 100%;
		text-align: center;
	}

	.footerb dt {
		text-align: center;
	    justify-content: center;
	}

	.footerb dt p {
		margin: 0;
	}

	.nlist1 {
		display: none;
	}

	.c5a {
		width: 100%;
	}

	.c5b {
		width: 100%;
	}

	.cslb li::before {
		display: none;
	}

}

@media (max-width: 768px) {
	body {
		padding: 60px 0;
	}
	
	.c1 .cpfl {
		justify-content: normal;
	}

	.c1 .cpfl li {
		width: 31%;
		margin:1%;
		margin-bottom: 10px;
	}

	.c1 .cpfl li:nth-child(n+7) {
		display: none;
	}

	.c1 .cpfl li:hover {
		background: none;
	}

	.c1 .cpfl li:hover .img img {
		top: 0;
	}

	.c1 .cpfl li:hover h3 {
		color: #fff;
	}

	.c2 {
		padding: 20px 0;
	}

	.cc3 {
		flex-wrap: wrap-reverse
	}

	.c3a {
		width: 100%;
		margin-top: 15px;
	}

	.c3b {
		width: 100%;
	}

	.c3a dt {
		font-size: 18px;
	}

	.c3a dl {
		font-size: 16px;
		line-height: 24px;
	}

	.c3a a {
		width: 120px;
	}

	.c4 {
		padding: 20px 0;
	}

	.c4bt h3 {
		font-size: 18px;
	}

	.csfl {
		margin-top: 20px;
	}

	.c4bt a {
		font-size: 14px;
	}

	.csfl li {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.cslb li {
		width: 48%;
		margin-bottom: 10px;
	}

	.cslb li h3 span {
		margin-top: 65px;
		font-size: 14px;
	}

	.c5 {
		padding-top: 15px;
	}

	.c5bt {
		padding-bottom: 15px;
	}

	.c5bt h3 {
		font-size: 18px;
	}

	.c5bt a {
		font-size: 14px;
	}

	.nlist2 {
		padding-left: 4%;
		margin-top: 0;
	}

	.nlist2 li {
		width: 100%;
		border-bottom: 1px solid #d8d8d8;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}

	.nlist2 li dd {
		font-size: 14px;
	}

	.nlist2 li dd span {
		font-size: 12px;
	}

	.nlist2 li h3 {
		font-size: 18px;
		margin-top: 8px;
	}

	.nlist2 li p {
		font-size: 16px;
		margin-top: 8px;
	}

	.footerb dd p:nth-child(2) {
		font-size: 20px !important;
	}
	
	.pro_list li img {
		height: 40vw;
		object-fit: contain;
	}
}

@media (max-width: 500px) {}

.pages {
	padding: 10px 0;
	text-align: center;
}

.pages li {
	display: inline;
	margin: 0 5px;
}

.pages li a {
	padding: 5px 8px;
	border: 1px solid #CCC;
	background: #fff;
	color: #a4a4a4;
	font-size: 12px;
}

.pages li a:hover {
	background: #152837;
	color: #fff;
	text-decoration: none;
}

.pages li.pages_solid {
	padding: 3px 8px;
	background: #152837;
	color: #fff;
}

/*移动端底部导航*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
}

.phonefooternav ul li {
	width: 25%;
	background: #003a79;
	float: left;
	padding: 3px 0;
	border-right: 1px solid #0354ac;
	list-style: none;
}

.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}

.phonefooternav ul li a:hover {
	text-decoration: initial;
}

.phonefooternav ul li a i {
	display: block;
	font-size: 20px;
}

.phonefooternav ul li a i img {
	display: inline-block;
}

@media (max-width:768px) {
	body {
		padding-bottom: 54px !important;
	}
}

#swiper-container {
	width: 100%;
	height: 100%;
}

#swiper-container img {
	max-width: 100%;
	max-height: calc(100vh - 100px);
	width: 100%;
	object-fit: cover;
}

.swiper-slide {
	font-size: 18px;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.parallax-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 130%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.swiper-slide .title {
	font-size: 41px;
	font-weight: 300;
}

.swiper-slide .subtitle {
	font-size: 21px;
}

.swiper-slide .text {
	font-size: 14px;
	max-width: 400px;
	line-height: 1.3;
}

.slogan{
    background: rgba(41, 41, 41, 1);
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

#audio{
	border: 0;
	outline: none;
}
@media (max-width: 992px) {
	.slogan{
		padding-top: 10px;
		font-size: 20px;
	}
}